home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00359.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  212 b   |  13 lines

  1. on enterFrame
  2.   puppetSprite(19, 1)
  3.   set the visible of sprite 19 to 0
  4.   puppetSprite(19, 0)
  5.   updateStage()
  6. end
  7.  
  8. on exitFrame
  9.   puppetSprite(48, 1)
  10.   set the visible of sprite 48 to 0
  11.   puppetSprite(48, 0)
  12. end
  13.